From 1cae7bbfa38122791c97ed9f6f46a305a2e030b6 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 3 Sep 2007 23:31:56 +0000 Subject: [PATCH] Fix geocache tags on read so we can really read archived/enabled state. --- gpsbabel/gpx.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gpsbabel/gpx.c b/gpsbabel/gpx.c index cd7ed9f05..bf9fcfd6b 100644 --- a/gpsbabel/gpx.c +++ b/gpsbabel/gpx.c @@ -295,7 +295,9 @@ tag_mapping tag_path_map[] = { #define GARMIN_WPT_EXT "/gpx/wpt/extensions/gpxx:WaypointExtension" - GEOTAG( tt_cache, "cache"), +// GEOTAG( tt_cache, "cache"), + { tt_cache, 1, "/gpx/wpt/groundspeak:cache" }, + GEOTAG( tt_cache_name, "name"), GEOTAG( tt_cache_container, "container"), GEOTAG( tt_cache_type, "type"), -- 2.30.2